Traffic Estimation
Traffic estimation is a crucial first step in system design interviews. It involves calculating the expected load on the system.

Key Metrics
- Daily Active Users (DAU): The number of unique users who engage with the product each day.
- Requests Per Second (RPS): The average and peak number of requests the system must handle every second.
- Bandwidth: The amount of data transferred per second.